home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Bus / S / S7P 3.6 Demo.sit / What's New < prev   
Encoding:
Text File  |  1993-11-15  |  1.3 KB  |  32 lines  |  [TEXT/ttxt]

  1. What's New in System 7 Pack V3.6
  2. -------------------------------
  3.  
  4. • New Coerce command allows you to change the type of an AERecord.
  5.  
  6. • New command ObjX lets you create special object specifiers for "any" or "all".
  7.  
  8. • The Comparison commands lets you create object specifiers using a comparison such as "all rows where cell 1 contains 100".
  9.  
  10. What was new in V3.5
  11. --------------------
  12.  
  13. • The AppleScript command now requires 2 parameters. The second one should be
  14. a text variable which will receive the result of the script.
  15.  
  16. • The new commands GetComponent and SetComponent let you find out which
  17. scripting language is currently active and change the default scripting language.
  18.  
  19. • The command ListComponents returns a list of all available components of the
  20. specified type. It defaults to scripting language components, but you can also
  21. use it to obtain a list of various types of QuickTime or other components.
  22.  
  23. • The new commands GetBoolean and PutBoolean have been added. These let you send & retrieve 4D boolean variables.
  24.  
  25. • The command ResetTimer allows an AppleEvent handler in 4D 3.0.x request more
  26. processing time before returning a reply.
  27.  
  28. • The FinderOpen command allows you to launch applications, open folders, or
  29. mount server volumes by sending an Open Selection event to the finder. We
  30. recommend using this command rather than Launch with 4D version 3.0.
  31.  
  32.